Data Sources:

6 csv files from kaggle about International Student Demographics:

  • academic.csv
  • academic_detail.csv
  • source_of_fund.csv
  • status.csv
  • origin.csv
  • field_of_study.csv

Map data was downloaded using the command:

# Download the shapefile from github , unzip and place in your directory
download.file(
  "https://raw.githubusercontent.com/holtzy/R-graph-gallery/master/DATA/world_shape_file.zip",
  destfile = "DATA/world_shape_file.zip")

International Student Counts per Category

International Student Funding Sources (2007-2022)

Where do International Students come from?